JAMS Developer Guide
ContinueOnError Property (OracleQueryScalar<TResult>)


MVPSI.JAMS.Activities.Oracle Namespace > OracleQueryScalar<TResult> Class : ContinueOnError Property
When true, the activity will not fail after a sql error.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Configuration")>
<System.ComponentModel.DescriptionAttribute("When true, the activity will not fail after a sql error.")>
Public Property ContinueOnError As System.Boolean
'Usage
 
Dim instance As OracleQueryScalar(Of TResult)
Dim value As System.Boolean
 
instance.ContinueOnError = value
 
value = instance.ContinueOnError
[System.ComponentModel.Category("Configuration")]
[System.ComponentModel.Description("When true, the activity will not fail after a sql error.")]
public System.bool ContinueOnError {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OracleQueryScalar<TResult> Class
OracleQueryScalar<TResult> Members